home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _A9C042187C8B40C48562A0FC4897FD02 < prev    next >
Encoding:
Text File  |  2004-06-16  |  338 b   |  21 lines

  1.  
  2. shader()
  3. {
  4.     cull("cw")
  5.  
  6.     pass()
  7.     {
  8.         tmu()
  9.         {
  10.             ColorOp("arg2", "texture", "tfactor", "current")
  11.             AlphaOp("arg2", "texture", "tfactor", "current")
  12.         }
  13.  
  14.     tfactor(%ambient_r, %ambient_g, %ambient_b, %ambient_a)
  15.         depthfunc( "always", 0 )
  16.  
  17.         nofog()
  18.     }
  19. }
  20.  
  21.